home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Lists Lingo.dir / Scripts_116_Enter Changing Property deleteAt.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  320 b   |  11 lines

  1. on enterFrame
  2.   FindButtons()
  3. end
  4.  
  5. on exitFrame
  6.   global gDefaultPropList
  7.   set the text of member "Adding Property DeleteAt Display Field 1" to string(gDefaultPropList)
  8.   set the text of member "Adding Property DeleteAt Input Field 1" to " "
  9.   set the text of member "Adding Property DeleteAt Input Field 2" to " "
  10. end
  11.